ComponentOne Basic Library for UWP
Basic Library Overview / Radial Menu for UWP / WorkingwithC1Radial Menu / C1RadialMenu Features / Navigation Button
In This Topic
    Navigation Button
    In This Topic

    The C1RadialMenu's Navigation Button is the first thing a user will see when they right tap the application. You can customize the Navigation Button with the C1RadialMenu's Icon property and NavigationButtonRelativeSize property.  The NavigationButtonRelativeSize property allows you to set the Navigation Button's size relative to the size of the C1RadialMenu. By default, this property is set to 0.15.

     

    For example, this is the default Navigation Button, with the NavigationButtonRelativeSize set to 0.15:

     

     

     

    Here's the Navigation Button when you set the NavigationButtonRelativeSize property to 0.45:

     

     

    You can also change the Icon property. By default, the Icon property is set to "A".

     

    Here's the default Navigation Button with the Icon property changed, and the NavigationButtonRelativeSize property set to 0.25:

     

     

    See Also